Circle Class

Represents a circular drawing shape.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Circle : Shape
Inheritance
Object    Shape    Circle

Constructors

Circle Initializes a new instance of the Circle class.

Properties

CenterX Contains the X coordinate of a circle center.
CenterY Contains the Y coordinate of a circle center.
Content Contains a collection of IDrawText objects.
EndAngle Contains an end angle of a arc, cut, or section for circles
EventListeners Contains an attachment of an event listener to a drawing shape.
GluePoints Contains the designated point in the area of a drawing object to which a connector shape can connect.
Height
(Inherited from Shape)
ID
(Inherited from Shape)
Kind Specifies the appearance of a circle. The defined values for the draw:kind attribute are: - arc: specifies a circle or ellipse arc. - cut: specifies a circle or ellipse with a cut. - full: specifies a full circle or ellipse. - section: specifies a section of a circle or ellipse.
Layer
(Inherited from Shape)
Name
(Inherited from Shape)
Radius Contains the radius of a circle.
RelativeHeight Contains height of a drawing object as a relative value within a frame.
RelativeWidth Contains width of a drawing object as a relative value within a frame.
StartAngle Contains the start angle of a section, cut, or arc for circles.
Style
(Inherited from Shape)
TextStyle
(Inherited from Shape)
Transform
(Inherited from Shape)
Width
(Inherited from Shape)
X
(Inherited from Shape)
Y
(Inherited from Shape)
ZIndex
(Inherited from Shape)

Methods

Add(IDrawText) Adds a IDrawText object to the content.
Add(List) Adds a List object to the content.
Add(Paragraph) Adds a Paragraph object to the content.
Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides ShapeGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Overrides ShapeGetParent)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Circle object to its equivalent string representation.
(Overrides ObjectToString)

See Also